BandwidthCollection Class |
Namespace: Independentsoft.Sip.Sdp
The BandwidthCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| BandwidthCollection |
Initializes a new instance of the BandwidthCollection class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in the BandwidthCollection.
| |
| IsSynchronized |
Gets a value indicating whether access to the BandwidthCollection is synchronized (thread-safe).
| |
| ItemInt32 |
Gets the value associated with the specified index. In C#, this property is the indexer for the BandwidthCollection class.
| |
| ItemString |
Gets the value associated with the specified type. In C#, this property is the indexer for the BandwidthCollection class.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the BandwidthCollection.
| |
| Types |
Returns an array of all types.
|
| Name | Description | |
|---|---|---|
| Add(Bandwidth) |
Adds a Bandwidth to the collection.
| |
| Add(String, Int32) |
Adds a Bandwidth specified with the type and value to the collection.
| |
| Clear |
Removes all elements from the BandwidthCollection.
| |
| CopyTo |
Copies the BandwidthCollection elements to a one-dimensional Array instance at the specified index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Get(Int32) |
Gets value of item at the specified position.
| |
| Get(String) |
Gets value of the specified type.
| |
| GetEnumerator |
Returns an IEnumerator that can iterate through the BandwidthCollection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove |
Removes a Bandwidth specified with the type from the collection.
| |
| Set |
Sets value of the specified type.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |